home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / UTILITY / DO1002.ARJ / DIAL.SCR < prev    next >
Text File  |  1991-12-13  |  753b  |  19 lines

  1. .pg wi full clr cy
  2.     COMMAND NAME»gray«: »%t« Dial »ye«
  3.  
  4.     /DIAL {string}
  5. /cw
  6.     Sends the »ye«initialization string»#« defined in the »%t«/INITCOM»#«
  7.     command, if any, followed by a »gr«carriage return»#«. Then sends
  8.     »cy«{string}»#« to the modem followed by a »gr«carriage return»#«.
  9.  
  10.     »ma«NOTE»wh«: »cy«{string}»#« must be the »wh«full dial string»#« expected by
  11.           the modem.  All variables are expanded.
  12.  
  13.     EXAMPLES:  »wh«/DIAL ATDT929-7511
  14.                /DIAL "%%DialPrefix 929-7511"»#«
  15.                                  ^ note the space here. if not included
  16.                                    »%t«DO»#« will think the variable is
  17.                                    "»ye«DialPrefix929»#«"
  18. /ENDEXEC CLEAR
  19.